Vcenter Ovfs NetworkInfo

Vcenter Ovfs NetworkInfo
Vcenter Ovfs NetworkInfo

The Vcenter Ovfs NetworkInfo schema defines network information for specifying network mappings from the OVF descriptor to a Network in the inventory.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "net_type": "string",
    "network": "string"
}
string
net_type
Required

Type for the network.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be one of DistributedVirtualPortgroup, Network, or OpaqueNetwork. When operations return a value of this schema as a response, the property will be one of DistributedVirtualPortgroup, Network, or OpaqueNetwork.

string
network
Required

The identifier of the network in the inventory that is the target of the OVF network.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for one of these resource types: DistributedVirtualPortgroup, Network, or OpaqueNetwork. When operations return a value of this schema as a response, the property will be an identifier for one of these resource types: DistributedVirtualPortgroup, Network, or OpaqueNetwork.